Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 11 - Renderer Objects / Renderer Objects Reference
Renderer Objects Routines / Managing Interactive Renderers


Q3InteractiveRenderer_GetDoubleBufferBypass

You can use the Q3InteractiveRenderer_GetDoubleBufferBypass function to get the current double buffer bypass state of the interactive renderer.

TQ3Status Q3InteractiveRenderer_GetDoubleBufferBypass (
TQ3RendererObject renderer, 
TQ3Boolean *bypass);
renderer
An interactive renderer.
bypass
On exit, a Boolean value that indicates the current double buffer bypass state of the specified interactive renderer.
DESCRIPTION
The Q3InteractiveRenderer_GetDoubleBufferBypass function returns, in the bypass parameter, a Boolean value that indicates the current double buffer bypass state of the interactive renderer specified by the renderer parameter. If bypass is kQ3True, double buffering is currently being bypassed.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996